shortcutSeparator

Class: com.microstrategy.web.app.taglibs.ShortcutSeparatorTag

Usage:

This Custom tag is to be used for defining the separator to be used between the different shortcut options in a list.
The following example will indicate that in between each one of the elements, some white spaces and a | will be displayed:
 <web:shortcutOptions type="toolbar" ucase="1" shortcutClass="menu" shortcutSelectedClass="menuSelected">
         
       <web:shortcutElement/>
         
       <web:shortcutSeparator> | </web:shortcutSeparator>
 </web:shortcutOptions>
 


No attributes defined